home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeConen.cab / xweb.blueprnt.tem.BLUEPRNT.CSS.en < prev    next >
Encoding:
Text File  |  2009-06-09  |  563 b   |  47 lines

  1. a:link
  2. {
  3.     color: rgb(153, 0, 204); 
  4. }
  5. a:visited
  6. {
  7.     color: rgb(128, 128, 128); 
  8. a:active 
  9. {
  10.     color: rgb(204, 153, 0);
  11. }
  12. body
  13. {
  14.     font-family: Century Gothic, Arial, Helvetica;
  15.     background-color: rgb(255, 255, 153);
  16.     color: rgb(0, 51, 102);
  17. }
  18. h1, h2, h3, h4, h5, h6
  19. {
  20.     font-family: Century Gothic, Arial, Helvetica;
  21. }
  22. h1
  23. {
  24.     color: rgb(0, 51, 102);
  25. }
  26. h2
  27. {
  28.     color: rgb(51, 0, 153); 
  29. }
  30. h3
  31. {
  32.     color: rgb(204, 0, 153); 
  33. }
  34. h4
  35. {
  36.     color: rgb(0, 51, 102);
  37. }
  38. h5
  39. {
  40.     color: rgb(51, 0, 153);
  41. }
  42. h6
  43. {
  44.     color: rgb(204, 0, 153);
  45. }
  46.